| Function Summary | |
|---|---|
| cot_backtrace | Prints program execution backtrace. |
| cot_checkpoint | Dumps current state of global variables into debug log file and continues normal script execution. |
| cot_print | Accepts several variables and prints their values in debug mode (var dump). |
| cot_vardump | Prints structure and contents of all global variables currently assigned. |
| cot_watch | Dumps current state of its arguments to debug log file and continues normal script execution. |
| Global Summary | |
|---|---|
| COT_CHECKPOINT_LOCALS | Dumps variables in local scope into debug log file and continues normal script execution. |
| COT_VARDUMP_LOCALS | Local vardump macro. |